home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID004.dxr / 00058.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  196 b   |  15 lines

  1. on exitFrame
  2.   if the timer < 860 then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     set the visible of sprite 7 to 0
  7.     startTimer()
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   go(160)
  14. end
  15.